home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / MATH / COMPLX / README.1ST < prev   
Text File  |  1992-01-15  |  1KB  |  32 lines

  1.                 Complex Arithmetic and Transcendental Functions
  2.                                 in Turbo Pascal
  3.  
  4.  
  5.   (C) Copyright 1992, Earl F. Glynn, Overland Park, KS.  Compuserve 73257,3527.
  6.   All rights reserved.  These files may be freely distributed only for
  7.   non-commercial use.
  8.  
  9.  
  10.  
  11.    File                         Description
  12. ────────────  ─────────────────────────────────────────────────────────
  13. COMPLEXO.PAS  ComplexOps UNIT for complex arithmetic and transcendental
  14.               functions.
  15.  
  16.               Includes complex functions:
  17.                         arithmetic:  +,-,*,/, conjugate, negation,
  18.                                      absolute value, SQRT, roots
  19.                    Exponential/Log:  LN, EXP, PWR, IntPWR, RealPWR
  20.                               Trig:  COS, SIN, TAN,
  21.                                      SEC, CSC, COT
  22.                         Hyperbolic:  COSH, SINH, TANH,
  23.                                      SECH, CSCH, COTH
  24.                   Bessel Functions:  Io, Jo
  25.               Other Special Functions:  Gamma, LN(gamma)
  26.  
  27.               Rectangular/polar conversion (explicit or implicit)
  28.               Formatting function (rectangular or polar formats)
  29.  
  30. CDEMO.PAS     demonstration program to exercise ComplexOps UNIT
  31. CDEMO.TXT     output from CDEMO program  (CDEMO > CDEMO.TXT)
  32.